home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BBS in a Box 4
/
BBS in a Box - Macintosh - Volume IV (January 1992) (BBS in a Box).iso
/
Files
/
Prog
/
M
/
LSC213.cpt
/
TimeMgr.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1987-09-26
|
404 b
|
27 lines
|
[
TEXT/KAHL
]
/*
* TimeMgr.h
*
* Copyright (c) 1986, 1987 THINK Technologies, Inc.
* These interfaces are based on information copyrighted
* by Apple Computer, Inc., 1985, 1986, 1987.
*
*/
#ifndef _TimeMgr_
#define _TimeMgr_
#ifndef _MacTypes_
#include "MacTypes.h"
#endif
typedef struct TMTask {
struct QElem *qLink;
int qType;
ProcPtr tmAddr;
long tmCount;
} TMTask;
#endif _TimeMgr_